home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / nyword22.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1987-05-19  |  2KB  |  62 lines

  1. rem --------------------------------------------------------------------
  2. rem Make the directory \NYW on drive C and create a few subdirectories.
  3. rem This installation procedure assumes you have a hard disk (drive C).
  4. rem --------------------------------------------------------------------
  5. c:
  6. cd \
  7. md nyw
  8. cd \nyw
  9. rem --------------------------------------------------------------------
  10. rem           Process NYWMAIL - the mail merge facility
  11. rem             (You get this when you register)
  12. rem --------------------------------------------------------------------
  13. if not exist a:nywmail.arc  goto a2
  14. md nywmail
  15. cd nywmail
  16. copy a:nywmail.arc /v
  17. a:arce nywmail
  18. del nywmail.arc
  19. cd ..
  20. rem --------------------------------------------------------------------
  21. rem           Process MULTICOL - the multi-column utility
  22. rem             (You get this when you register)
  23. rem --------------------------------------------------------------------
  24. :a2
  25. if not exist a:multicol.arc  goto a3
  26. md multicol
  27. cd multicol
  28. copy a:multicol.arc /v
  29. a:arce multicol
  30. del multicol.arc
  31. cd ..
  32. rem --------------------------------------------------------------------
  33. rem           Process NYWHELP - the help files
  34. rem --------------------------------------------------------------------
  35. :a3
  36. if not exist a:nywhelp.arc  goto a4
  37. md help
  38. cd help
  39. copy a:nywhelp.arc /v
  40. a:arce nywhelp
  41. del nywhelp.arc
  42. cd ..
  43. rem --------------------------------------------------------------------
  44. rem           Extract the docs and the main NYWord files
  45. rem --------------------------------------------------------------------
  46. :a4
  47. copy a:read.me /v
  48. copy a:nyword22.arc /v
  49. a:arce nyword22
  50. del *.arc
  51. del arce.com
  52. echo on
  53. rem ======= NYWord is now installed in subdirectory \NYW =========
  54. rem If you register, you also get the speller, keyboard remapping facility, and
  55. rem the New York Word printed manual (102 pages). Send a check for
  56. rem $45.00 + $2 shipping ($7 overseas) to :
  57. rem                Marc Adler
  58. rem                138 - 23 Hoover Ave.
  59. rem                Jamaica, New York  11435
  60. rem ==============================================================
  61. pause
  62.